home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8139 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1013 b   |  33 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!raffelm
  3. From: raffelm@netcom.com (Matt Raffel)
  4. Subject: non-blocking I/O on X.25
  5. Message-ID: <raffelmDnLwIH.67@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. Date: Fri, 1 Mar 1996 20:49:29 GMT
  9. Sender: raffelm@netcom8.netcom.com
  10.  
  11. I have to write a program that will "put" and "get"
  12. characters from X.25 connection.  (In X.25 stdin and
  13. stdout are redirected to the tty emulation--so 
  14. I can use printf, getchar, and fgetchar etc...)
  15.  
  16. But, what I need to do is non-blocking.  I never 
  17. have done non-blocking I/O.  I have looked at the
  18. FAQ, but the one I had did not contain any examples.
  19. For me, examples are the best teaching aid I can
  20. have.
  21.  
  22. I would appreciate if someone could point out
  23. how I code non-blocking I/O to X.25 connection.
  24.  
  25. Thanks so much....
  26.  
  27. Matt
  28.  
  29. -- 
  30. raffelm@netcom.com
  31. Web Page  ftp://ftp.netcom.com/ra/raffelm/isdhome.html
  32.           ftp://ftp.netcom.com/ra/raffelm/homeofmatt.html 
  33.